home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_76829.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  1.1 KB  |  40 lines

  1. -- card: 76829 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=393 top=147 right=169 bottom=493
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Pathnames
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 77528
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part contents for background part 47
  29. ----- text -----
  30. 152
  31.  
  32. -- part contents for background part 10
  33. ----- text -----
  34.  
  35. (e::set-current-folder! <string naming folder>)
  36. (e::set-current-folder!)
  37.  
  38.     Changes the "current folder" to the folder whose pathname (full or partial) is given by the string.  Returns #t.  With no argument, opens a dialog box which you may use to select a folder.  Will not work when the string is more than 255 characters long, or when the string is not a valid pathname (full or partial) to a folder.
  39.     The "current folder" is where Pixie Scheme operations look for files when you do not provide a complete pathname.
  40.